Javatpoint Logo
Javatpoint Logo

C++ String operator[]()

This function is used to get a character at position pos in the string.

Syntax

Consider a string 'str' and character 'ch' at position 'pos'. Syntax would be:

Parameter

pos: It defines the position of character which is to be retrieved.

Return value

This function returns the character specified at position pos.

Example 1

Let's see a simple example.

Output:

C programs

Example 2

Let's see an another simple example.

Output:

54321

Next TopicC++ Strings





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA